Conversation
There was a problem hiding this comment.
yeah neither of those are strictly true. the tls directive in caddy allows you to provide cert files, since some servers (like mine) don't support a flow to "specify an ACME account email address". and removing -x-powered-by is good practice in general, though not required obviously.
I'm aware of the function of the
It's not about requirement, rather about security benefit. If you believe it adds security benefit, that's fine. I'll concede. But the same isn't applied in the sample nginx config. Do you prefer to keep the sample config as-is? If yes, the PR can be closed. |
|
seeing as none of the other entries list TLS certs let's remove that line but keep the |
TLS with Caddy does not require providing the cert and key files. Also, the removal of `Server` header does not add any security nor is it being does for other servers.
Done |
TLS with Caddy does not require providing the cert and key files. Also, the removal of
Serverheader does not add any security nor is it being does for other servers.